home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
dev
/
gui
/
muibuilderv11.lha
/
muibuilder
/
mb
/
c
/
locale
/
Small_Example_cat.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-03-06
|
800b
|
31 lines
/****************************************************************
This file was created automatically by `FlexCat V1.0'
Do NOT edit by hand!
****************************************************************/
#ifndef Small_Example_CAT_H
#define Small_Example_CAT_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif /* !EXEC_TYPES_H */
#ifndef LIBRARIES_LOCALE_H
#include <libraries/locale.h>
#endif /* !LIBRARIES_LOCALE_H */
/* Prototypes */
extern void OpenSmall_ExampleCatalog(struct Locale *, STRPTR);
extern void CloseSmall_ExampleCatalog(void);
extern STRPTR GetSmall_ExampleString(LONG);
/* Definitions */
#define MSG_AppDescription 0
#define MSG_WI_smallExample 1
#define MSG_GR_lists 2
#define MSG_BT_ok 3
#define MSG_BT_cancel 4
#endif /* !Small_Example_CAT_H */